StandardInputStream.Read Function

Returns a String. Reads count bytes from the input stream.

Syntax

result = StandardInputStream.Read( Count, [enc] )

Parameters

Count

Integer

enc

TextEncoding (Optional)

Return Value

Result

String

Notes

The optional parameter enc specifies the encoding of the text.